1.1.6.4. security.insecureAPI.bcopy (C)
Warn on uses of the 'bcopy' function.

Examples:

void test() {
  bcopy(src, dst, n); // warn
}